(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <proto/exec.h>
void ColdReboot()
LOCATION
In SysBase at offset 121
FUNCTION
This function will reboot the computer.

INPUTS
None.
RESULT
This function does not return.

NOTES
It can be quite harmful to call this function. It may be possible that you will lose data from other tasks not having saved, or disk buffers not being flushed. Plus you could annoy the (other) users.

EXAMPLE
BUGS
SEE ALSO
INTERNALS
This function is not really necessary, and could be left unimplemented on many systems. It is best when using this function to allow the memory contents to remain as they are, since some programs may use this function when installing resident modules.

HISTORY
05.08.1997 iaint
Kernel Changes - These are mostly functions which are normally implemented by the kernel, but might not be.
12.05.1997 aros
Fixed all headers
01.01.1997 ldp
Committed Amiga native (support) code

Changed clib to proto

10.12.1996 aros
Moved all #include's in the first column so makedepend can see it.
09.12.1996 aros
Added (almost empty) versions for all missing functions. If they are called, they just print "Functions %s not implemented" and return an error if possible.